'Declaration Public Overloads Function Read( _ ByVal buffer() As Char, _ ByVal offset As Integer, _ ByVal count As Integer _ ) As Integer
Parameters
- buffer
- Character array to read data into.
- offset
- The location within the buffer to read data into.
- count
- Number of characters to read into the buffer.